home *** CD-ROM | disk | FTP | other *** search
- #ifndef __SAMPLEPRINT__
- #define __SAMPLEPRINT__
-
- #ifndef __QUICKDRAW__
- #include <QuickDraw.h>
- #endif
-
- #ifndef __FILES__
- #include <Files.h>
- #endif
-
- extern Point CenterDrawArea(Rect *sRect,Rect *bRect);
- extern void PresentStyleDialog(void);
- extern OSErr PrintFile(FSSpecPtr fileSpec);
- extern OSErr StartPrintingProcess(Boolean GetUserInput, Rect *MyDrawingRect);
-
- #endif __SAMPLEPRINT__